home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / src / exampleCode / X / Xserver / .stop3colortulip next >
Encoding:
Text File  |  1994-08-02  |  761 b   |  18 lines

  1.  
  2.                 X root window 3-color "tulip" cursor program
  3.           
  4.  
  5.       This program, ~4Dgifts/toolbox/src/exampleCode/X/Xserver/tulip, 
  6.       turns the root window's cursor into a 3-color tulip flower cursor.  
  7.       To return to the default root cursor, run from a shell window:
  8.                     
  9. /usr/bin/X11/xsetroot -cursor_name X_cursor -fg red -bg white
  10.  
  11.  
  12.       Also, if you are already running a program like twilight, bgpaste or 
  13.       that fish background program which completely covers the root window, 
  14.       you won't see the crosshair although it will be active.  If you run
  15.       something like exampleCode/opengl/bench/dinomometer, and then move 
  16.       the cursor so it's on top of the opengl window, you'll see the tulip
  17.       cursor.
  18.